/* 头部 */
.header{
    padding-top: 70px;
}
.header_cons{
    width:100%;
    height:70px;
    line-height: 70px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 30px;
    z-index: 3;
}
.logo img{
    width: 141px;
    height: 40px;
    overflow: hidden;
}
.menu>a{
    float: left;
    font-size: 16px;
    color: #323333;
    margin-left: 33px;
}
.menu .right{
    margin-left: 37px;
}
.menu .right a{
    width:100px;
    height:40px;
    line-height: 38px;
    text-align: center;
    border:2px solid rgba(22,218,0,1);
    border-radius:20px;
    font-size: 16px;
    color: #16DA00;
    transition: all 0.4s;
}
.menu .right a:hover{
    background: #16DA00;
    color: #fff;
}
/* 底部 */
.footer{
    background: #F8F9FA;
    padding: 60px 0 54px; 
}
.f_top_fl{
    width: 909px;
}
.f_top_fl>ul>li{
    float: left;
    width: 200px;
    margin-right: 30px;
}
.f_top_fl>ul>li:last-child{
    margin-right: 0;
}
.f_top_fl>ul>li h1{
    margin-bottom: 14px;
    font-size: 18px;
    color: #323333;
}
.f_top_fl>ul>li h1 em{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.f_top_fl>ul>li h1 img{
    display: inline-block;
    vertical-align: middle;
}
.foo_a{
    padding-left: 26px;
}
.foo_a a{
    display: block;
    font-size: 14px;
    color: #323333;
    line-height: 36px;
    transition: all 0.4s;
}
.foo_a a:hover{
    text-decoration: underline;
}
.fo_tels em{
    display: block;
    font-size: 30px;
    color: #323333;
    margin-bottom: 10px;
}
.fo_tels{
    margin-left: 19px;
}
.fo_tels i{
    display: block;
    font-size: 14px;
    color: #323333;
}
.do_tus{
    margin-top: 10px;
}
.f_clis_a{
    margin-top: 18px;
    margin-left: 50px;
}
.f_clis_a a{
    display: inline-block;
    margin-right: 22px;
}
.foo_boot{
    margin-top: 30px;
}
.foo_boot p{
    font-size: 12px;
    color: #323333;
    line-height: 16px;
}
.f_gong{
    /*margin-top: 4px;*/
    margin-right: 4px;
}
/* 右侧 */

.customer-service {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -157px;
    z-index: 1038;
    height: 314px;
}
    .customer-service > .telephone {
        top: 0 !important;
        width: 200px;
        right: -157px;
    }
.customer-service > div {
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    position: absolute;
    z-index: 1038;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}
    .customer-service > div .service {
        width: 44px;
        text-align: center;
        float: left;
        border-right: solid 1px #eee;
        background: #fff;
        padding-top: 6px;
    }
 .customer-service > div .service span {
    display: block;
    width: 38px;
    margin: -2px auto 10px;
    color: #16DA00;
}

 .customer-service > div .customer {
    float: left;
    padding: 15px 18px;
    color: #666;
}
 .customer-service > div .customer p {
    margin: 0;
    line-height: 50px;
}
 .customer-service > div p {
    overflow: hidden;
    margin: 0;
}
 .customer-service > div .customer span {
    font-weight: bold;
    color: #16DA00;
    font-size: 16px;
}
    .customer-service > .qq-group {
        top: 110px;
        width: 200px;
        right: -157px;
    }
 .customer-service > div {
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    position: absolute;
    z-index: 1038;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}
.customer-service > div:hover {
    right: -2px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.service img{
    width: 26px;
}

.customer-service > div .service img {
    margin: 10px 0;

}

.customer-service > div a {
    display: block;
    float: left;
    margin: 7px 5px !important;
    width: 100px;
    line-height: 30px;
    border: solid 1px #16DA00;
    text-align: center;
    margin: 7px 0;
    border-radius: 4px;
    color: #16DA00;
}
 .customer-service > div a:hover{
    background: #16DA00;
    color: #fff;
}
.customer-service > .xuanxuan {
    top: 220px;
    right: -2px;
    overflow: initial;
}
.i_er img{
    width: 200px;
    height: 200px;
    display: block;
    max-width: inherit;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
}
.xuan_pod{
    position: relative;
}
.i_er{
    position: absolute;
    right: -300px;
    top: 0;
    padding-right: 80px;
}
.xuanxuan:hover .i_er{
    right: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}
.i_er em{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid white;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 999999999;
    left: 200px;
    top: 26px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/*友情链接*/
.foot_fri {
    margin-top: 30px;
    /*height: 80px;*/
    border-top: 1px solid #E8EAED;
    border-bottom: 1px solid #E8EAED;
    padding: 30px 0px;
}
    .foot_fri h1 {
        font-size: 14px;
        font-weight: 600;
        float: left;
    }
    .foot_fri .boot_fri {
       float: left;
       margin-left:10px;
       width:1190px;
    }
        .foot_fri .boot_fri a {   
            display:block;       
            display: initial;
            font-size: 14px;
            color: #696262;
            transition: all 0.4s;
            margin-left:10px;
        }




